CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - STM32 ADC DMA

搜索资源列表

  1. ADC_dam_9

    0下载:
  2. STM32非固件库,实现功能:ADC通过DMA传输-Non-STM32 firmware library, implementation features: ADC through the DMA transfer
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:53027
    • 提供者:发个
  1. stm32_adc

    1下载:
  2. 此程序是基于STM32的AD应用程序,我们在这里设置ADC为连续转换模式,常规转换序列中有两路转换通道,分别是ADC_CH10(PC0)和ADC_CH16(片内温度传感器)。因为使用了自动多通道转换,数据的取出工作最适合使用DMA方式取出,so,我们在内存里开辟了一个u16 AD_Value[2]数组,并设置了相应的DMA模块,使ADC在每个通道转换结束后启动DMA传输,其缓冲区数据量为2个HalfWord,使两路通道的转换结果自动的分别落到AD_Value[0]和AD_Value[1]中。
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:3925
    • 提供者:韩武纪
  1. ourdev_478944

    2下载:
  2. PLC 测试代码,芯片STM32,测试内容:RAM定位 GPIO PWM Systick RTC ADC DMA EEPROM(24C16) USART 外部中断 -PLC test code, chip STM32, contents of the tests: RAM location GPIO PWM Systick RTC ADC DMA EEPROM (24C16) USART External Inter
  3. 所属分类:其他小程序

    • 发布日期:2013-09-04
    • 文件大小:627787
    • 提供者:ztx
  1. DMA

    0下载:
  2. 该程序是基于stm32意法半导体上的adc基础试验程序,对初学者有很大帮助!-The program is based on STMicroelectronics stm32 adc on the basis of test procedures, are very helpful for beginners!
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:531546
    • 提供者:黄兴
  1. ADC--DMA

    0下载:
  2. 实践STM32中的模数转换模块ADC功能以及附带DMA数据读取提高转换速度 ,附有详细的源码-STM32 practice module in the analog-digital conversion ADC with DMA data read function and increase the conversion rate, with detailed source
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:11041
    • 提供者:应启昆
  1. STM32--ADC

    0下载:
  2. 利用ADC的第11通道对开发板输入的电压值作AD转换,采用连续转换模式,转换结果通过DMA通道1读取。ADC转换的结果,每间隔1秒钟向串口发送一次。 -The ADC channel 11 development board input voltage for AD conversion, continuous conversion mode, conversion results read by the DMA channel 1. ADC conversion results, e
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:396420
    • 提供者:童启祥
  1. ADC_ADC1_DMA

    0下载:
  2. STM32 ADC 利用DMA读写数据,简单的例子。-STM32 ADC DMA read and write data, a simple example.
  3. 所属分类:SCM

    • 发布日期:2017-11-09
    • 文件大小:38009
    • 提供者:xie
  1. libADC-and-DMA

    0下载:
  2. STM32系列ARM的ADC以及DMA实验的一些程序,仅供学习者参考。-STM32 ADC and DMA
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-15
    • 文件大小:5853869
    • 提供者:刘文超
  1. 1.ADC(DMA)

    0下载:
  2. STM32 内部温度传感器的使用,用ADC转换,DMA传输数据。-STM32 internal temperature sensor with ADC conversion, DMA transfer data.
  3. 所属分类:SCM

    • 发布日期:2017-11-25
    • 文件大小:2185999
    • 提供者:聂卫平
  1. ADC-DMA

    0下载:
  2. stm32单片机,AD转换程序,适用于初学者,初学者可以从中了解到stm32的ad转换的编程过程。-stm32 microcontroller, AD converter program, suitable for beginners, beginners can learn the programming process stm32 the ad conversion.
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:5196688
    • 提供者:梁伟超
  1. ADC

    0下载:
  2. stm32 adc 程序 DMA 的 ADC-stm32 adc ADC program the DMA
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1349582
    • 提供者:
  1. STM32-ADC_DMA

    0下载:
  2. stm32多路ad采集程序使用库函数,利用内部adc和dma实现模数转换,PB0,PB1,PC4作为输入口进行三路ad采集转换-stm32 multiple ad collection programs use library functions, and the use of internal adc dma achieve analog-digital conversion, PB0, PB1, PC4 as an input port for converting three-way ad
  3. 所属分类:SCM

    • 发布日期:2016-01-25
    • 文件大小:3612672
    • 提供者:李文彪
  1. ADC

    0下载:
  2. 基于stm32和DMA的多通道ADC采集,12位ad -Stm32-based multi-channel ADC and DMA acquisition, 12 ad
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1573112
    • 提供者:邓家军
  1. STM32-example-source-code

    0下载:
  2. STM32各功能块例程,包括ADC,DMA,GPIO等,keil环境-STM32 Source code for several functions,include ADC,DMA,GPIO ect ,in keil
  3. 所属分类:SCM

    • 发布日期:2017-06-10
    • 文件大小:17150959
    • 提供者:春雨
  1. ADC--DMA

    0下载:
  2. stm32 写的AD转换。。并且不应DMA,用DMA的其他网上都有-Stm32 write AD conversion. And should not be the DMA, other online. Use the DMA.
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2175925
    • 提供者:王伟
  1. ADC

    0下载:
  2. STM32 ADC的编程代码,内容比较全面-Stm32 DMA programming code, the contents of a more comprehensive
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:81481
    • 提供者:
  1. adc

    0下载:
  2. stm32 adc采样+dma+usart传输-stm32 adc sampling+dma+usart transmission
  3. 所属分类:Com Port

    • 发布日期:2017-05-24
    • 文件大小:3513581
    • 提供者:lvyanfu
  1. stm32_ADCPDMAPTIM1PDMAUSART

    0下载:
  2. stm32_ADC+DMA+TIM1+DMAUSART -stm32 adc dma timer dma usart
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:3077
    • 提供者:刘冬
  1. ADC

    0下载:
  2. 这是一用stm32实现多通道ADC采集功能的历程用到DMA的方式。-It is used in a multi-channel ADC with stm32 course DMA acquisition function the way
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1964332
    • 提供者:
  1. 双重 ADC 同步规则DMA实验

    1下载:
  2. 用STM32双重ADC功能采集两路电压,并将其中一路电压通过串口发送出去(Using STM32 dual ADC function to collect two voltage channels and send one voltage through serial port)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-12-04
    • 文件大小:4360192
    • 提供者:歪歪屁
« 1 2 34 5 6 7 »
搜珍网 www.dssz.com